home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 4-Fonts & Software / Demo Software / AppMaker / Demo AppMaker™ / Demo AppMaker™.rsrc / TmpP_511_CallModal.txt < prev    next >
Text File  |  1989-04-09  |  307b  |  2 lines

  1. # (decoded with TMPL 11972)
  2. {----------}Procedure Do%MenuItemName%;var    %menuItemName%Info:    %menuItemName%Rec;Begin    with %menuItemName%Info do begin        {initialize info}        %InitFields%        if Get%MenuItemName% (%menuItemName%Info) then begin            {use info}        end; {if}    end; {with}End; {Do%MenuItemName%}